DefaultTopAppBar

fun DefaultTopAppBar(openDrawer: () -> Unit)

Composable function that displays the top app bar for the home screen.

This app bar includes:

  • A title "VibeCheck: Home".

  • A navigation menu icon that invokes openDrawer when clicked.

Styled using the primary color scheme for visual consistency.

Parameters

openDrawer

Lambda function to open the navigation drawer when the menu icon is clicked.